public enum LinearSecurityLevel extends java.lang.Enum<LinearSecurityLevel> implements IEnumType
| Enum Constant and Description | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Level1
/**
Level 1 The following code types must be successfully read twice before being decoded:
| Code Type
| Code Length
| Codabar
| All
| MSI
| 4 or less
| D 2 of 5
| 8 or less
| I 2 of 5
| 8 or less
|
|
Level2
/**
Level 2 The following code types must be successfully read twice before being decoded:
| Code Type
| Code Length
| Codabar
| All
| MSI
| 4 or less
| D 2 of 5
| 8 or less
| I 2 of 5
| 8 or less
|
|
Level3
/**
Level 3
Code types other than the following must be successfully read twice before being decoded. |
|||||||||||
Level4
/**
Level 4 The following code types must be successfully read twice before being decoded:
| Code Type
| Code Length
| Codabar
| All
| MSI
| 4 or less
| D 2 of 5
| 8 or less
| I 2 of 5
| 8 or less
|
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
java.lang.String |
toString() |
static LinearSecurityLevel |
valueOf(int code) |
static LinearSecurityLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LinearSecurityLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinearSecurityLevel Level1
| Code Type | Code Length | |
| Codabar | All | |
| MSI | 4 or less | |
| D 2 of 5 | 8 or less | |
| I 2 of 5 | 8 or less |
public static final LinearSecurityLevel Level2
| Code Type | Code Length | |
| Codabar | All | |
| MSI | 4 or less | |
| D 2 of 5 | 8 or less | |
| I 2 of 5 | 8 or less |
public static final LinearSecurityLevel Level3
| Code Type | Code Length | |
| MSI | 4 or less | |
| D 2 of 5 | 8 or less | |
| I 2 of 5 | 8 or less |
public static final LinearSecurityLevel Level4
| Code Type | Code Length | |
| Codabar | All | |
| MSI | 4 or less | |
| D 2 of 5 | 8 or less | |
| I 2 of 5 | 8 or less |
public static LinearSecurityLevel[] values()
for (LinearSecurityLevel c : LinearSecurityLevel.values()) System.out.println(c);
public static LinearSecurityLevel valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in interface IEnumTypetoString in class java.lang.Enum<LinearSecurityLevel>public static LinearSecurityLevel valueOf(int code)